home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk71 / lfstrip / lfstrip.doc < prev    next >
Text File  |  1995-03-19  |  737b  |  16 lines

  1. ***************************************************************************
  2.                     Modula-2 LineFeed Stripper
  3.                  Copyright (c) 1988 Steve Plegge
  4. ***************************************************************************
  5.  Name: LFstrip.MOD                       Version: 1.0.2
  6.  
  7.  Created: 08/30/88   Updated: 08/30/88   Author: Steve Plegge
  8.  
  9.  Description: Copies a file, changing all single LFs into spaces;
  10.               double LFs are kept; a single LF is added at EOF.
  11.               (Used for massaging text files for importing into
  12.                DTP programs such as PageStream and Pagesetter)
  13.  
  14.  Usage: LFstrip {infile} {outfile}
  15. ***************************************************************************
  16.